GenerativeComponents Help

Series

The start, final and increment values must be numbers (int, double or long).

number[] Series(number start, number final, number increment)

Returns a new list filled with a series of numbers. The series begins at the start value and ends at or before the final value. Each item in the series is equal to the previous item plus the increment.